From 00b3f57b23991486d72b595b602b012839c04bcf Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 9 Mar 1993 23:02:40 +0000 Subject: [PATCH] Fix typo. --- lisp/vc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/vc.el b/lisp/vc.el index 638a8396a93..9981c733ae7 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond ;; Version: 5.0 -;; $Id: vc.el,v 1.22 1993/03/07 18:20:54 eggert Exp eric $ +;; $Id: vc.el,v 1.23 1993/03/09 22:56:29 eric Exp eric $ ;; This file is part of GNU Emacs. @@ -417,7 +417,7 @@ level to check it in under." (auto-save-mode auto-save-default) (mail-mode) (erase-buffer) - (mail-sketup owner (format "%s:%s" file rev) nil nil nil + (mail-setup owner (format "%s:%s" file rev) nil nil nil (list (list 'vc-finish-steal file rev))) (goto-char (point-max)) (insert -- 2.30.2